Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add P3050R0: "Optimize linalg::conjugated for noncomplex value types" #437

Closed
wants to merge 1 commit into from

Conversation

mhoemmen
Copy link
Contributor

@mhoemmen mhoemmen commented Nov 14, 2023

Abstract:

We propose the following change to the C++ Working Paper. If an mdspan object x has noncomplex value_type, and if that mdspan does not already have accessor type conjugated_accessor<A> for some nested accessor type A, then we propose to change conjugated(x) just to return x.

I submitted this already as P3050R0.

"Optimize linalg::conjugated for noncomplex value types"

Credit Tim Song (with his permission).
@mhoemmen
Copy link
Contributor Author

mhoemmen commented Apr 8, 2024

This has been superseded by PR #455 (P3050R1).

@mhoemmen mhoemmen closed this Apr 8, 2024
@mhoemmen
Copy link
Contributor Author

mhoemmen commented Oct 16, 2024

Superseded by PR Superseded by PR #470 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant